Limit Bandwidth of each IP in an entire subnet with Mikrotik

You can use this basic set of commands to set max upload and dowload of each IP in given subnet. Example below is for 8/1 Mbit/s. Modify it as you please. Most easy way would be to put commands below into notepad, modify target= to fit your needs (example: 192.168.1.0/24) and then copy all comands and paste into RouterOS terminal
/queue type add kind=pcq name=pcq-upload-custom pcq-classifier=src-address pcq-rate=1M add kind=pcq name=pcq-download-custom pcq-classifier=dst-address pcq-rate=8M /queue simple add name=Throttle-Each queue=pcq-upload-custom/pcq-download-custom \ target=YOUR SUBNET/NETWORK"
Experienced Linux Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in Linux System Administration, Development, Networking and Documentation writting.